Vcenter NamespaceManagement Networks Nsx Projects VpcConnectivityProfiles ListResult
Vcenter NamespaceManagement Networks Nsx Projects VpcConnectivityProfiles ListResult
The Vcenter NamespaceManagement Networks Nsx Projects VpcConnectivityProfiles ListResult schema represents the result of the GET /vcenter/namespace-management/networks/nsx/projects/{project}/vpc-connectivity-profiles operation.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"profiles": [
{
"profile": "string",
"name": "string",
"nsx_path": "string",
"description": "string",
"default_profile": false,
"external_ip_blocks": [
{
"path": "string",
"name": "string",
"cidr": {
"address": "string",
"prefix": 0
},
"available_ip_ranges": [
{
"address": "string",
"count": 0
}
],
"used_ip_count": 0,
"available_ip_count": 0
}
],
"privatetgw_ip_blocks": [
{
"path": "string",
"name": "string",
"cidr": {
"address": "string",
"prefix": 0
},
"available_ip_ranges": [
{
"address": "string",
"count": 0
}
],
"used_ip_count": 0,
"available_ip_count": 0
}
]
}
]
}
profiles
Required
List of all VPC Connectivity Profiles.
This property was added in vSphere API 9.0.0.0.